

Durn="2.1"


A0="trnc( 2 + rnd(1.9) )" // freq (stripe width)
A1="4 + rnd( 5 )"         // direction rate (stripe angle)
A2=".5"                   // the ratio of the curved part w/ the entire cane length
A3="7"                    // candy radius
A4="40"                   // loop radius

CamX="30 * sin( -.9 * ( 1 + sin( t * .34 ) ) + .4 )"
CamY="30 * cos( -.9 * ( 1 + sin( t * .29 ) ) + .4 )"
CamZ="15 * ( sin( t * .2 ) + cos( t * .3 ) ) "

CmLX="0"
CmLY="0"
CmLZ="-20"

CUpX="0"
CUpY="0"
CUpZ="1"

C0=""

R=" b0 "
G=" D4 "
B=" D4 "


BckR=0
BckG=0
BckB=0


widt=200
heig=450


ConL=1
ConB=0

B0=".3 * log( 5 * BASS + 1 ) + .4"


C1="sqwv( dt / A2 )"
C2="clip( dt / a2 ) * PI"
C3="( 1 - C1 )"
C4="130 * c3 * ( dt - a2 ) / ( 1 - a2 )"
C5="a3 + B0 * 7 "

D0="c5 * cos( 2 * PI * s + a1 * dt )"        // x
D1="c5 * sin( 2 * PI * s + a1 * dt ) + a4"   // y

D2="      d1 * cos( c2 )"          // y'
D3="1.1 * d1 * sin( c2 )"          // z'

D4="b0 * sqwv( 2 * wrap( A0 * s ) )"


X="d0"
Y="d2"
Z="d3 - c4 "

LWdt=1



Scal="400"
ScSz=1

Pers="120"


Vers=40
